home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / cli / TypeIFF.lzh / Readme < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.3 KB  |  55 lines

  1.           TypeIFF 1.1 (c) by Matija Milostnik 1992
  2.                 A public domain utility 
  3.  
  4.  - Did you ever want to look at the text in an IFF file or on
  5. the clipboard?
  6. - Are you using the combo 'cbdump | type opt h' for viewing
  7. the clipboard contents?
  8.  - Did you ever want to look at the outputfiles of a lot of 
  9. wordprocessors using the IFF standard. 
  10.  - Do you usually use 'type opt h' or 'strings' to find out
  11. the strings in an IFF file?
  12.  
  13. If you answered with 'yes' to one or more of them, here is
  14. what you are looking for:
  15.  - TypeIFF 
  16.  
  17. What is it?
  18.  - TypeIFF is a small Type like utility for IFF files. The usage is
  19. the same as for Type. The option h is not needed anymore. If you want
  20. to stop the output hit crtl-c.
  21.  
  22.  
  23. TypeIFF will scan the file using the iffparse.library and print all
  24. the text in there. The recognised chunks are:
  25.  
  26.  ANNO
  27.  AUTH
  28.  CHRS
  29.  FVER
  30.  NAME
  31.  TEXT
  32.  (c) 
  33.  CSTR
  34.  
  35. If you want more chunks recognised just add your chunk in the huge 
  36. 'if' statement. If someone knows the way to search at any chunk
  37. in every form please let me konw, cause StopChunk wont do it.
  38.  
  39. This code is public domain. Enjoy it.
  40.  
  41. Please send suggestions, flames, donation or a ticket for a 
  42. vacation to Hawaii at:
  43.  
  44. Matija Milostnik
  45. Kirchenackerweg 7
  46. 8050 Zuerich
  47.  
  48. matija@amiga.physik.unizh.ch
  49.  
  50. Revision history:
  51.  
  52. 1.1: Ctrl-c handling added
  53. 1.0: First public version
  54.  
  55.